home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TCONFIGPROFILESDIALOG / TCONFIGPROFILESDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  122 lines

  1. object ConfigProfilesDialog: TConfigProfilesDialog
  2.   Left = 406
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 317
  6.   ClientWidth = 312
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   inline RunProgsFrame: TRunProgsFrame
  19.     Height = 273
  20.     inherited lblProgram: TLabel
  21.       Top = 158
  22.     end
  23.     inherited lblDir: TLabel
  24.       Top = 206
  25.     end
  26.     inherited lblCompMess: TLabel
  27.       Top = 230
  28.     end
  29.     inherited lblArguments: TLabel
  30.       Top = 182
  31.     end
  32.     inherited lblTimeout: TLabel
  33.       Top = 256
  34.     end
  35.     inherited lblDelay: TLabel
  36.       Top = 256
  37.     end
  38.     inherited lblNeedExit: TLabel
  39.       Top = 256
  40.     end
  41.     inherited lvwPrograms: TListView
  42.       OnEditing = RunProgsFramelvwProgramsEditing
  43.       OnExit = RunProgsFramelvwProgramsExit
  44.     end
  45.     inherited txtProgram: TEdit
  46.       Top = 154
  47.     end
  48.     inherited txtDirectory: TEdit
  49.       Top = 202
  50.     end
  51.     inherited btnBrowseDir: TCorelButton
  52.       Top = 202
  53.     end
  54.     inherited btnDirVars: TCorelButton
  55.       Top = 202
  56.     end
  57.     inherited btnProgArgs: TCorelButton
  58.       Top = 178
  59.     end
  60.     inherited btnBrowseProg: TCorelButton
  61.       Top = 154
  62.     end
  63.     inherited txtCompilerMess: TEdit
  64.       Top = 226
  65.     end
  66.     inherited btnCompMessVars: TCorelButton
  67.       Top = 226
  68.     end
  69.     inherited txtArgs: TEdit
  70.       Top = 178
  71.     end
  72.     inherited chkHidden: TCheckBox
  73.       Top = 244
  74.     end
  75.     inherited spnTimeout: TSpinEdit
  76.       Top = 251
  77.     end
  78.     inherited spnDelay: TSpinEdit
  79.       Top = 251
  80.     end
  81.     inherited btnRegExpr: TCorelButton
  82.       Top = 226
  83.     end
  84.     inherited spnNeedExit: TSpinEdit
  85.       Top = 251
  86.     end
  87.     inherited chkDetached: TCheckBox
  88.       Top = 258
  89.     end
  90.   end
  91.   object btnOK: TCorelButton
  92.     Left = 152
  93.     Top = 288
  94.     Width = 75
  95.     Height = 23
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 1
  100.     OnClick = btnOKClick
  101.   end
  102.   object btnCancel: TCorelButton
  103.     Left = 232
  104.     Top = 288
  105.     Width = 75
  106.     Height = 23
  107.     Cancel = True
  108.     Caption = 'Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 2
  111.   end
  112.   object StaticText1: TStaticText
  113.     Left = 8
  114.     Top = 278
  115.     Width = 297
  116.     Height = 2
  117.     AutoSize = False
  118.     BorderStyle = sbsSunken
  119.     TabOrder = 3
  120.   end
  121. end
  122.